Advertisement
janusivan

Producer - MLS Properties Grid with Filters - Pagination

May 20th, 2024
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.86 KB | Fixit | 0 0
  1. .paginationjs-prev,
  2. .paginationjs-next {
  3.     a {
  4.         border-color: #5bc8e5 !important;
  5.         &:hover {
  6.             background: #5bc8e5 !important;
  7.             &:before {
  8.                 border-bottom-color: #fff !important;
  9.                 border-left-color: #fff !important;
  10.             }
  11.         }
  12.         &:before {
  13.             border-bottom-color: #5bc8e5 !important;
  14.             border-left-color: #5bc8e5 !important;
  15.         }
  16.     }
  17. }
  18. .paginationjs-page {
  19.     margin-right:5px!important;
  20. }
  21. .paginationjs-page.active a{
  22.     background-color: #5bc8e5 !important;
  23.     border-color: #5bc8e5 !important;
  24. }
  25. .paginationjs-page:not(.active) a {
  26.     background-color: #fff !important;
  27.     border-color: #5bc8e5 !important;
  28.     color:#5bc8e5!important;
  29.     &:hover {
  30.         background-color: #5bc8e5 !important;
  31.         color:#fff!important;
  32.     }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement